ResourceHead Method (String) |
Executes HEAD Http protocol method.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic WebHeaderCollection Head(
string address
)
Public Function Head (
address As String
) As WebHeaderCollection
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
WebHeaderCollectionWebHeaderCollection contains headers key/value pairs.
See Also